Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Android api level parser to support version codenames and not just numbers #18

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

kmagiera
Copy link
Member

The code for parsing api versions from Android installation directory doesn't support older images where instead of numerical API levels we'd have Android version codes (i.e. "S" or "Oreo"). As a result, we'd get NaN API version in the list which is undesirable. This change adds support for a set of relatively modern versions such that they'd display the correct API level.

Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
react-native-ide ✅ Ready (Inspect) Visit Preview Mar 21, 2024 2:01pm

@kmagiera kmagiera merged commit cbece4c into main Mar 21, 2024
3 checks passed
@kmagiera kmagiera deleted the @kmagiera/fix-android-api-level-parser branch March 21, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant